مشخصات کتاب
-
isacc strack
-
2012
-
انگلیسی
-
29034
-
746
-
0
Getting Started with Meteor.js JavaScript Framework
دوره آموزش Javascript
Chapter 1: Setup and Installation 7
Installing with curl 7
Loading an example application 9
Selecting your file location 9
Loading the example application 10
Starting the example application 10
Previewing the application 10
Help! I made too many changes! 11
Making code changes 12
Changing from todos to items 12
Summary 14
Chapter 2: Reactive Programming… It's Alive! 15
Creating the Lending Library 15
Creating the base application 16
Creating a collection 18
Fun with the browser console 19
Adding some data 20
Displaying collections in HTML 21
Cleaning up 25
Creating a reaction 28
Multiple clients 29
Summary 30
Chapter 3: Why Meteor Rocks! 31
Modern web applications 31
The origin of the web app (client/server) 31
The rise of the machines (MVC) 32
The browser grows up (MVVM) 33
A giant Meteor appears! 35
Cached and synchronized data (the model) 35
Templated HTML (the view) 37
Meteor's client code (the View-Model) 39
Let's create some templates 40
Summary 46
Chapter 4: Templates 47
A new HTML template 47
Gluing it all together 51
Our items View-Model 51
Additional view states 54
Adding events 57
Model updates 61
Style updates 64
Summary 67
Chapter 5: Data, Meteor Style! 69
Document-oriented storage 69
But why not use a relational database 70
MongoDB 71
Using direct commands 72
Broadcasting changes 75
Published events 75
Configuring publishers 76
Turning off autopublish 77
Listing categories 78
Listing items 81
Checking your streamlined data 82
Summary 84
Chapter 6: Application and Folder Structure 85
Client and server folders 85
Public folder 89
Security and accounts 91
Removing insecure 91
Adding an admin account 92
Granting admin permissions 95
Customizing results 98
Modifying Meteor.publish() 98
Adding owner privileges 99
Enabling multiple users 100
ActionScript 3.0 Design Patterns
نویسنده: William B. Sanders and Chandima Cumaranatunge
زبان: انگلیسی